body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
  box-sizing: border-box;
  background-color: #ffffff;
}

/*  comments */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}





.main_container{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 1050px; /* Adjust height as per your content */
}
.display_image{
  position: absolute;
  width: 100%;
  height: 953px;
}
.display_image img{
  position: absolute;
  width: 100%;
  height: 1050px;
}
.menu_bar{
  width: 95%;
  position: absolute;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
  color: #28b7a6;
}
.logo{
  margin-left: 180px;
}
.logo img{
  width: 100px;
  height: 100px
}
@media only screen and (max-width: 768px) {
  .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 550px; /* Adjust height as per your content */
  }
  .display_image{
    position: absolute;
    width: 100%;
    height: 550px;
  }
  .display_image img {
    position: absolute;
    width: 100%;
    height: 692px;
}

  .menu_bar{
    width:95%;
  }
  /* For desktop: */
  .logo {
    margin-left: 10px;
  }
  .logo img{
    width: 50px;
    height: 50px
  }
}
.navbar-links{
  display: flex;
  margin-right: 50px;
  justify-content: center;
  align-items: center; 
}
.navbar-links a{
  color: #28b7a6;
  font-size: large;
  padding: 0px 20px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
 

  /* For desktop: */


  .navbar-links{
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center; 
  }
  .navbar-links a{
    color: #28b7a6;
    font-size: small;
    padding: 0px 4px;
    text-decoration: none;
  }
}



.navbar-links a:hover{
  color: #ffffff;
  font-size: large;
  padding: 0px 20px;
  text-decoration: none;
}


.content_text {
  width: 100%;
  position: absolute;
  margin-top: 300px;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: aliceblue;
  flex-direction: column;
  z-index: 3;
  text-decoration: none;
}
.blur_glass{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 550px;
    margin-top: -100px;
    background: #ffffff;
    opacity: 70%;
    border-radius: 10px;
    z-index: 1;
}
.content_text h1{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin-top: -450px;
  margin-left: 0px;
  width: 400px;
  color: #28b7a6;
  flex-direction: column;
  font-size: 3em;
  font-weight: 500;
  z-index: 5;
  text-decoration: none;
}

.login_form{
    position: absolute;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 1em;
    font-weight: 400;
    z-index: 5;
    color: #000000;
}
.login_form_tr_td{
    width: 60%;
}
.login_form_tr_td input{
    width: 100%;
    height: 28px;
    border: 1px solid #ffffff;
    border-radius: 3px;
}
.submit_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 40px;
    margin-left: 90px;
    color: #ffffff;
    background: #000;
    border: none;
    border-radius: 3px;
    cursor: pointer;

}
.submit_button input{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 40px;
    color: #ffffff;
    background: #000;
    border: none;
    border-radius: 3px;
    cursor: pointer;

}














.form {border: 3px solid #f1f1f1;}

.input[type=text] {
  width: 100%;
  padding: 0px 0px;
  margin: 10px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.input[type=password] {
    width: 100%;
    padding: 5px 0px;
    margin: 10px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  /*
button {
  background-color: #000000;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
*/

.login_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    margin-top: 20px;
    margin-left: 03px;
    border-radius: 05px;
    border: none;
    background-color: #000000;
    color: white;
}
.login_button:hover {
  opacity: 0.8;
}

.container_02{
    width: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: space-around;
    align-items: center;
}

.cancelbtn {
    display: flex;
    align-items: center;
    justify-content: center;
  height: 30px;
  width: 80px;
  border-radius: 3px;
  border: none;
  color: rgb(255, 255, 255);
  background: #28b7a6;
  cursor: pointer;
}
.cancelbtn:hover {
 letter-spacing: 0.5px;
 transition: 0.4s;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px 0px;

}
.container b {
    font-size: 1em;
    font-weight: 300;
  }

.container_02 span.psw {
  float: right;
  margin-left: 0px;
  font-size: 0.8em;
}
span.psw a {
    text-decoration: none;
  }
  span.psw a:hover {
    color: rgb(193, 30, 92);
  }

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}



@media only screen and (max-width: 768px) {
    /* For desktop: */
  
    .blur_glass{
        width: 100%;
        height: 573px;
        margin-top: 12px;
    }
    .login_form {
        width: 100%;
    }
    .login_form_tr_td {
        width: 70%;
    }
    .content_text h1 {
        position: absolute;
        margin-top: -358px;
        margin-left: 0px;
        width: 400px;
        display: flex;
        color: #28b7a6;
        flex-direction: column;
        font-size: 1.5em;
        z-index: 10;
        text-decoration: none;
    }

  }













@media only screen and (max-width: 768px) {

  /* For desktop: */
  .content_text {
    margin-top: 50px;
  }
  .content_text h1 {
    position: absolute;
    margin-top: -340px;
    margin-left: 0px;
    width: 400px;
    display: flex;
    color: #28b7a6;
    flex-direction: column;
    font-size: 1.5em;
    z-index: 3;
    text-decoration: none;
}
.display_text {
  width: 90%;
  position: absolute;
  margin-top: 134px;
  margin-left: 50px;
  font-size: 0.8em;
  font-weight: 200;
  display: flex;
  color: aliceblue;
  z-index: 3;
  text-decoration: none;
}

}










.footer {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  position:relative;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  color: #d2d2d2;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
}
.footer_upper_part{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.footer_upper_part section img{
 width: 80px;
 height: 80px;
 margin-left: 0px;

}

.business_enquiries{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  color: #636363;
  font-size: 0.8em;     
}
.white-line {
  border: none;
  border-top: 1px solid #636363; /* White solid line */
  margin: 10px 0; /* Adjust margin as needed */
  clear: both; /* Ensure the line clears any floated elements */
}
.hr_line a{
text-decoration: none;
color: #636363;
letter-spacing: 3px;
}
.hr_line a:hover{
  text-decoration: none;
  color: #636363;
  letter-spacing: 4px;
  transition: 0.3s;
  }

  @media only screen and (max-width: 768px) {
    /* For desktop: */
    .footer_upper_part section img{
      width: 80px;
      height: 80px;
      margin-left: 0px;
     
     }
     .business_enquiries{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-left: 15px;
      color: #636363;
    }
   
  }









.footer_lower_part{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  
}
.all_right_2024{
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     flex-direction: row;
     font-size: 1em;   
     color: #636363;  
}






.social_media {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: row;
}

.social_media img{
width: 25px;
height: 25px;
padding: 08px;
}
@media only screen and (max-width: 768px) {
  /* For desktop: */

  .footer{
    display:none;
  }
}